翻訳と辞書
Words near each other
・ Self-siphoning beads
・ Self-stabilization
・ Self-steering gear
・ Self-stereotyping
・ Self-storage box
・ Self-Strengthening Movement
・ Self-styled orders
・ Self-sufficiency
・ Self-Sufficiency Project
・ Self-surgery
・ Self-sustainability
・ Self-synchronizing code
・ Self-tapping screw
・ Self-Taught Learner
・ Self-taxation
Self-testing code
・ Self-tiling tile set
・ Self-titled (disambiguation)
・ Self-Titled (Zao album)
・ Self-titled Album (The Audition album)
・ Self-titled Album (The Huntingtons album)
・ Self-Titled Long-Playing Debut Album
・ Self-titled/Homebrew
・ Self-transcendence
・ Self-Transcendence 12+24 Hour Race Basel
・ Self-Transcendence 24 Hour Race Ottawa
・ Self-Transcendence 3100 Mile Race
・ Self-Transcendence 6- & 10-day Race
・ Self-Transcendence Marathon
・ Self-transforming brain


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Self-testing code : ウィキペディア英語版
Self-testing code

Self-testing code is software which incorporates built-in tests (see test-first development).
In Java, to execute a unit test from the command line, a class can have methods like the following.

// Executing main runs the unit test.
public static void main(String[] args)
static void test()

To invoke a full system test, a class can incorporate a method call.

public static void main(String[] args)

==See also==

*Software development
*Extreme programming

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Self-testing code」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.